ioemu: fix xenfb slow case update by shifting to the left before
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 3 Mar 2008 11:05:18 +0000 (11:05 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 3 Mar 2008 11:05:18 +0000 (11:05 +0000)
commit318de0dcf40615b8bf36c3e6cef7b3c41aff8812
tree24e0a8146b6ec390cfda3e4bb5a94fd3650bb0e2
parentd1f88c58842256b99cd7afd779f162ada2f8465e
ioemu: fix xenfb slow case update by shifting to the left before
masking low bits instead of shifting to the right and masking high
bits. Also adds 24bpp support.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/ioemu/hw/xenfb.c